home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / science / sm32a.zip / KEYWORD / DOTPLOT.KEY < prev    next >
Text File  |  1993-11-07  |  204b  |  7 lines

  1. * dotplot                                             external
  2. dotplot(y, x) plots y with dots.
  3. dotplot(y, x,xmin,xmax)
  4. dotplot(y, x,xmin,xmax,ymin,ymax)
  5. See also: plot, polar.
  6. e.g. dotplot(x^3, x)
  7.